projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4c3046
)
* minibuf.c (choose_minibuf_frame_1): Now static.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 15 Mar 2011 01:34:35 +0000
(18:34 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 15 Mar 2011 01:34:35 +0000
(18:34 -0700)
src/ChangeLog
patch
|
blob
|
history
src/minibuf.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index bcc1f156e6239a1dc561da5b961f245ee3f2fa90..6354508250e72f4dc6db2e80c8e46095fd7df61b 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2011-03-15 Paul Eggert <eggert@cs.ucla.edu>
+ * minibuf.c (choose_minibuf_frame_1): Now static.
+
* marker.c (bytepos_to_charpos): Remove; unused.
* lisp.h (verify_bytepos, count_markers): New decls,
diff --git
a/src/minibuf.c
b/src/minibuf.c
index 83587b53b73f5cb8da31bfdd075568f1228de46e..caf41115305115e08701b7754a0d92be444f0557 100644
(file)
--- a/
src/minibuf.c
+++ b/
src/minibuf.c
@@
-135,7
+135,7
@@
choose_minibuf_frame (void)
}
}
-Lisp_Object
+
static
Lisp_Object
choose_minibuf_frame_1 (Lisp_Object ignore)
{
choose_minibuf_frame ();